翻訳と辞書
Words near each other
・ Implicit contract theory
・ Implicit cost
・ Implicit curve
・ Implicit data collection
・ Implicit data structure
・ Implicit divestiture
・ Implicit function
・ Implicit function theorem
・ Implicit graph
・ Implicit invocation
・ Implicit k-d tree
・ Implicit leadership theory
・ Implicit learning
・ Implicit Meanings
・ Implicit memory
Implicit parallelism
・ Implicit personality theory
・ Implicit self-esteem
・ Implicit Shape Model
・ Implicit solvation
・ Implicit stereotype
・ Implicit surface
・ Implicit theories of intelligence
・ Implicit Web
・ Implicit-association test
・ Implied assertion
・ Implied author
・ Implied authority
・ Implied Bill of Rights
・ Implied cause of action


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Implicit parallelism : ウィキペディア英語版
Implicit parallelism
In computer science, implicit parallelism is a characteristic of a programming language that allows a compiler or interpreter to automatically exploit the parallelism inherent to the computations expressed by some of the language's constructs. A pure implicitly parallel language does not need special directives, operators or functions to enable parallel execution.
Programming languages with implicit parallelism include Axum, HPF, Id, LabVIEW, MATLAB M-code, NESL, SaC, SISAL, ZPL, and pH.
==Example==

If a particular problem involves performing the same operation on a group of numbers (such as taking the sine or logarithm of each in turn), a language that provides implicit parallelism might allow the programmer to write the instruction thus:
numbers = (1 2 3 4 5 6 7 );
result = sin(numbers);
The compiler or interpreter can calculate the sine of each element independently, spreading the effort across multiple processors if available.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Implicit parallelism」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.